home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / citta / mi012.dir / 00029_Script_29 < prev    next >
Text File  |  1983-01-27  |  423b  |  28 lines

  1. on exitFrame
  2.   global dove,pallina,audio,a_blocca
  3.   global anim_loco
  4.   spegni_canali
  5.   set anim_loco to false
  6.   global tav
  7.   set tav to "vano_motore"
  8.   if a_blocca = false then
  9.     set dove to 0
  10.   end if
  11.   set audio to 218
  12.   set pallina to 220
  13.   sound close 1
  14.   viff 18,21
  15.   curan 5
  16.   curap 6
  17.   curap 7
  18.   curan 8
  19.   curan 9
  20.   curan 10
  21.   curap 11
  22.   curap 12
  23.   curan 13
  24.   curap 14
  25.   curan 15
  26.   
  27. end
  28.